@font-face {
  font-family: "vt323regular";
  src: url("vt323-regular-webfont.woff2") format("woff2"),
    url("vt323-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  height: 100vh;
  position: relative;
  font-family: "vt323regular", sans-serif;
  background-color: #ff5151;
}

html,
body {
  overflow-x: hidden;
}

.div {
  background: url(star2.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: -4;
}

#profile-header {
  background: url(star2.gif) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  margin: 0;
  z-index: -4;
}

.exit-btn img {
  top: 0 !important;
  position: fixed;
  display: inline-block;
  float: left;
  margin-top: 20px;
  margin-left: 10px;
  width: 80px;
  z-index: 2;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ex-container {
  text-align: center;
  animation: fade 2s;
  margin-top: 9%;
}

.ex-content p {
  padding: 0px 30px;
  line-height: 1.5em;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #ff5151;
}

::-webkit-scrollbar-thumb {
  background: #000000;
}

@media (max-width: 1024px) and (max-height: 1366px) {
  .ex-container {
    margin-top: 12%;
  }
}

@media (max-width: 768px) and (max-height: 1024px) {
  .ex-container {
    margin-top: 13%;
  }
}

@media (max-width: 414px) and (max-width: 896px) {
  .ex-container {
    margin-top: 25%;
  }

  .ex-content p {
    font-size: 25px;
  }
}

@media (max-width: 320px) {
  .ex-container {
    margin-top: 30%;
  }
}
